home *** CD-ROM | disk | FTP | other *** search
/ The PC-SIG Library 10 / The PC-Sig Library - Shareware for the IBM PC and Compatibles (PC-SIG)(Tenth Edition Disks 1-2804)(1991).iso / PC_SIGCD / 04 / 3 / DISK0432.ZIP / ANALY.TQC / ANALY.TOC
Text File  |  1986-01-14  |  5KB  |  167 lines

  1.     A N A L Y T I C A L C
  2.  
  3.     Reference Manual
  4.  
  5.     Copyright (c) 1985 Glenn and Mary Everhart
  6.  
  7.     C O N T E N T S
  8.  
  9. Overview                    2
  10. Aside: Other Software                4
  11.  
  12. Introduction                    4
  13. Getting Started                    5
  14.   Initial Questions                5
  15.   Discussion of Scratch Files            7, 72
  16. Calculation Screen Display            8
  17.  
  18. COMMANDS                        9
  19.   Enter                           11
  20.     Formulas                       14
  21.     Variable names                   17
  22.     Variable Ranges                   18
  23.     Function Arguments                   19
  24.     Unary Functions                   19
  25.     Accumulators                   19
  26.     Auxiliary Commands                   20
  27.     Formula Length                   22
  28.     Linking Multiple Sheets               23
  29.   EDit                           24
  30.   Recalculate (R, RM, RF)               25
  31.   TEst expression                   26
  32.   EXIT (X)                       26
  33.   Moving to Location (GOTO somewhere)           26
  34.   Search of Formulas                   26
  35.   Motion Defaults                   27
  36.   Cursor Motion                       27
  37.   View Control (V, VM, VF, VC, VB, VI)           28
  38.   Zeroing Cells (ZE, ZA)               29
  39.   Resetting Displayed Part of Screen (OR,OA)   29
  40.   Sorting display                   32
  41.   Fine Control display remapping (DL)           32
  42.   Copying and Replicating Cells (CA, CV,
  43.     CD, CF, CR, and IR)                   33
  44.   Setting Relocation boundary (RB)           34
  45.   Display Format setting               35
  46.     What is Displayed                   36
  47.     FORMAT micro tutorial               37
  48.   Data Type control                   38
  49.   Setting Column Widths                   38
  50.   Setting Number of Rows and Columns shown     39
  51.   Writing images of displays (printout of
  52.     sheets)                       39
  53.   Command File Control of AnalytiCalc           40
  54.   Keystroke Capture (Journaling)           40
  55.   Executing OS commands from AnalytiCalc       41
  56.   Entering Interactive Calculator           41
  57.   Saving your Spreadsheets (PD,PP,PDN,PPN)     42
  58.   SETUP (for global display control)           42
  59.   Insert/Delete Rows or Columns               43
  60.   Restoring your Spreadsheet               44
  61.   Reading Replies from console            13,44
  62.   Looping command files (conditionally)        45
  63.   Comments                       45
  64.   HELP                           46
  65.   Loading Text Files                   46
  66.   Including Word Processing Files           46
  67.  
  68. Application Notes                   47
  69.  
  70. Interactive Calculator and Math Description    48
  71.   Overview                       49
  72.   Entering                       49
  73.   Accumulators                       50
  74.   Getting Back to Spreadsheet               50
  75.   Special Functions (unary functions)           50
  76.   Working in Octal and Hexadecimal           51
  77.   Commands and Other functions               54
  78.     Indirect Files                   54
  79.     Type Declarations                   54
  80.     View Control                   55
  81.     Get Indirectly Addressed Cell value           56
  82.     Write value at cell into formula           56
  83.     Temporary position control               56
  84.     Find label in master control file           56
  85.     Find label in cell indirect file           56
  86.     Data file Access (by key)            56,57
  87.     Utility Functions                   58
  88.       DATE functions                   59
  89.       Matrix Functions                   60
  90.       Multidimensional Equation Solving           62
  91.     Extracting Saved Spreadsheet Values
  92.           or formulas                   65
  93.  
  94. Additional Features                   65
  95.  
  96. Usage Notes                       66
  97.  
  98. Table of ASCII Values                   67
  99.  
  100. Graphics System                       68
  101.   Introduction                       68
  102.   Getting Started                   69
  103.   Syntax and usage                   70
  104.  
  105. Storage Allocation Discussion                  72
  106. Symbolic Names                                 74
  107. Extended Addressing                            76
  108. New Forms of Put (save sheet)                  77
  109. FFT and Line Fits                              80
  110. Command Mode Control                           81
  111. Recalculation Modes                            82
  112.  
  113. INDEX                           83
  114.  
  115.  
  116.  
  117.     DISCLAIMER and WARRANTY
  118.  
  119. AnalytiCalc is substantially described by this manual
  120. and conforms to this manual. Minor variations owing to
  121. the addition of features may be encountered, and those
  122. with only the minimum system will find that some features
  123. are unavailable owing to memory constraints. The ability
  124. to run subprocesses (the $ and } commands) requires more
  125. than 256K bytes, for example. Operation is guaranteed on
  126. PCDOS 2.0 and 2.1 in 256K bytes, but has not been tested
  127. on other operating systems. It is believed that MSDOS 2.x
  128. and 3.x will support AnalytiCalc, but may require more
  129. memory than 256K.
  130.  
  131.     The customer must determine the usefulness of
  132. AnalytiCalc for his purposes and is responsible for making
  133. backups of the program. Program is provided "as is" without
  134. warranty of any kind, including but not limited to the implied
  135. warranties of merchantability and fitness for a particular
  136. purpose. The entire risk as to the quality and performance
  137. of this program is with you.
  138.     However, General Cybernetic Engineering warrants that
  139. the disks it delivers are readable and will, within 30 days
  140. of date of delivery of the program, replace defective copies
  141. upon receipt of the originals. Because of the ease of making
  142. copies of AnalytiCalc, no refunds will be made.
  143.     License terms for AnalytiCalc are contained in file
  144. NOTICE.TXT on distribution disks 1 for the 256K and 320K versions
  145. of AnalytiCalc.
  146.  
  147.         General Cybernetic Engineering
  148.         409 High St.
  149.         Mt. Holly, NJ 08060 USA
  150.  
  151.  
  152.  
  153.              A N A L Y T I C A L C
  154.  
  155.  
  156.         Programming and Analysis System
  157.  
  158.                Reference Manual
  159.  
  160.  
  161.  
  162.  
  163.    Copyright (c) Glenn and Mary Everhart 1985
  164.  
  165.  
  166.  
  167.